home *** CD-ROM | disk | FTP | other *** search
/ ThrustMaster (Europe) (Press Kit) / ThrustMaster (Europe) (Press Kit).bin / progs / f22ccc / MK2.EXE / GS2000D.F22 < prev    next >
Encoding:
Text File  |  1996-09-24  |  3.9 KB  |  119 lines

  1.  
  2. REM ╔═══════════════════════════════════════════════════════════════════════╗
  3. REM ║                   GunShip 2000 by MicroProse                          ║
  4. REM ║                                                                       ║
  5. REM ║                    FLCS/F22 / WCS II / RCS FILE                           ║
  6. REM ║                                                                       ║
  7. REM ║              Digital Throttle - Continuous Characters                 ║
  8. REM ║                                                                       ║
  9. REM ╚═══════════════════════════════════════════════════════════════════════╝
  10.  
  11. REM ╔═══════════════════════════════════════════════════════════════════════╗
  12. REM ║          Written and Tested by Ed Bowser - August, 1994               ║
  13. REM ╚═══════════════════════════════════════════════════════════════════════╝
  14.  
  15. REM                 ╔══════════════════════════════════╗
  16. REM                 ║ Mark II WCS Base Switch Settings ║
  17. REM                 ║                                  ║
  18. REM                 ║ Black Hat switch = Digital       ║
  19. REM                 ║ Red Switch       = Digital       ║
  20. REM                 ╚══════════════════════════════════╝
  21.  
  22. REM NOTE: No throttle statement is needed with the WCS II when run thru the
  23. REM       FLCS/F22 as analog! When no throttle statement is encountered for the
  24. REM       WCS II, ANALOG is assumed, and the RED switch must set to ANALOG.
  25.  
  26. REM ╔═══════════════╗
  27. REM ║ Game Settings ║
  28. REM ╚═══════════════╝
  29.  
  30. REM JOYSTICK for Collective in Setup
  31.  
  32. REM ╔══════════════╗
  33. REM ║ M22 Filename ║
  34. REM ╚══════════════╝
  35.  
  36. Mdef GS2000D
  37.  
  38. REM ╔════════════╗
  39. REM ║ Enable WCS ║
  40. REM ╚════════════╝
  41. PORTB1 IS TG1
  42. USE WCS
  43.  
  44. REM ╔═══════════════════════════════════════════╗
  45. REM ║ Set Throttle Delay Rate (in Milliseconds) ║
  46. REM ╚═══════════════════════════════════════════╝
  47.  
  48. RATE 20
  49.  
  50. REM ╔═══════════════╗
  51. REM ║ FLCS/F22 Commands ║
  52. REM ╚═══════════════╝
  53.  
  54. BTN TG2
  55.  
  56. REM  Hat One for Primary Views
  57.  
  58. BTN H1U /N Cockpit_View
  59. BTN H1L /N Left_View
  60. BTN H1R /N Right_View
  61. BTN H1D /N Missle_View
  62.  
  63. BTN S1 /N Rotor_Toggle
  64. BTN S2 /N Comanche_Gear
  65. BTN S3 /N Chaff_&_Flare
  66. BTN S4 /N RADAR_&_IR_Jam
  67.  
  68. REM  Hat Two for Primary Weapons Control
  69.  
  70. BTN H2U /N Acquire/Next_Tgt
  71. BTN H2L /N Cycle_Left_MFD
  72. BTN H2R /N Cycle_Right_MFD
  73. BTN H2D /N Select_Weapon
  74.  
  75. REM  Hat Three for Tactical Views
  76.  
  77. BTN H3U /N Tactical_View
  78. BTN H3L /N Cockpit_View
  79. BTN H3R /N Chase_View
  80. BTN H3D /N Revrse_Tact_View
  81.  
  82. REM  Hat Four for Secondary Weapons Control
  83.  
  84. BTN H4U /N Rocket_Salvo_X_1
  85. BTN H4L /N Rocket_Salvo_X_2
  86. BTN H4R /N Rocket_Salvo_X_4
  87. BTN H4D /N Weapons_Bay_Door
  88.  
  89. REM ╔═════════════════╗
  90. REM ║ WCS II Commands ║
  91. REM ╚═════════════════╝
  92.  
  93. BTN T1 /N Auto_Pilot
  94. BTN T2 /N Prev_Waypoint
  95. BTN T3 /N Next_Waypoint
  96. BTN T4 /N Low_Limit_>
  97. BTN T5 /N Low_Limit_<
  98. BTN T6 /N Auto_Hover
  99. BTN T7 /P /N Pause_Game
  100.        /R Pause_Game
  101. BTN T8 /P /N Mission_Map
  102.        /R Exit_Map
  103.  
  104. @Collective
  105. @Minimum_Collect
  106.  
  107. REM ╔═══════════════════════════════════════════════════════════════════╗
  108. REM ║                                                                   ║
  109. REM ║ NOTE: THIS FILE IS TO BE USED WITH THE F16C BLOCK 50 FLCS/F22         ║
  110. REM ║ joystick made exclusively by ThrustMaster, Inc.                   ║
  111. REM ║                                                                   ║
  112. REM ║ Don't have one of these joysticks that are so realistic they look ║
  113. REM ║ like they've been ripped out of the jet?  Just pick up your phone ║
  114. REM ║ and dial 503-639-3200 or fire up the FAX machine and send a FAX   ║
  115. REM ║ to ThrustMaster, Inc.  Ask for the Order department.  Have your   ║
  116. REM ║ Visa or MasterCard ready.                                         ║
  117. REM ║                                                                   ║
  118. REM ╚═══════════════════════════════════════════════════════════════════╝
  119.